Skip to content

DATACOUCH-1066 - N1qlExpression as QueryCriteria key. #1081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

mikereiche
Copy link
Collaborator

This is a merge of mmonti's changeset into master. The changeset was made
on top of 4.1.x instead of master so it has a little catching up to do.

Merge branch 'gh-1066-n1qlexpression-as-querycriteria-key' of github.com:mmonti/spring-data-couchbase into datacouch_1066_1072_mmonti_n1ql_query_creator_expression

Original pull request #1076

  • You have read the Spring Data contribution guidelines.
  • There is a ticket in the bug tracker for the project in our JIRA.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

mp911de and others added 30 commits October 28, 2020 16:10
…deleteById(Iterable<ID> ids).

Original pull request: #279.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons.

Original pull request: #279.
christophstrobl and others added 7 commits January 13, 2021 15:01
…iteria includes an id or a version property, using META($bucket).

It also solves removes the need of maybeBacktics() in QueryCriteria using N1QLExpression as key

Related tickets #1072, #1066
- #1072
- #1066
…r() but receiving a String key.

Related tickets:
- #1072
This is a merge of mmonti's changeset into master.  The changeset was made
on top of 4.1.x instead of master so it has a little catching up to do.

Merge branch 'gh-1066-n1qlexpression-as-querycriteria-key' of github.com:mmonti/spring-data-couchbase into datacouch_1066_1072_mmonti_n1ql_query_creator_expression

Original pull request #1076
@mikereiche mikereiche closed this Feb 17, 2021
@mmonti
Copy link

mmonti commented Feb 18, 2021

Hi @mikereiche,

I just saw the comment on this PR:

This is a merge of mmonti's changeset into master. The changeset was made
on top of 4.1.x instead of master so it has a little catching up to do.

Should I try to create the same changes on top of master? Let me know, I can give it a try...

@mikereiche
Copy link
Collaborator Author

Hi @mmonti - Thanks for your branch. I adjusted it for master and committed to master and then cherry-picked it for 4.1.x after. The 4.1.7 release should go out tomorrow with your changes (it was supposed to go out today, that's why I rushed to get your change in). The only thing that didn't work out is that it doesn't show it was your branch. Sorry.

@mmonti
Copy link

mmonti commented Feb 18, 2021

Ah! got it! Awesome!.. no worries about the branch.
I am just glad that the changes were merged.
Thank you!

@mikereiche mikereiche deleted the datacouch_1066_1072_mmonti_n1ql_query_creator_expression branch September 14, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants